home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / Bonus_6_Open_GenericExtra.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  232 b   |  12 lines

  1. global ds, goUp
  2.  
  3. on mouseUp
  4.   file2open = the moviePath & goUp & "Extras"
  5.   baOpenFile(file2open, EMPTY)
  6.   if the platform contains "Mac" then
  7.     Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
  8.   else
  9.     nothing()
  10.   end if
  11. end
  12.